Skip to content

Conversation

@cafferata
Copy link
Contributor

Conform the README.md of php-parallel-lint/PHP-Parallel-Lint

```
Just run the following command to install it:

composer require --dev php-parallel-lint/php-console-highlighter
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding a semi-wildcard version to the command, prevents the version being fixed to the latest minor under 1.0.
Composer treats minors under 1.0 as majors, so updating it becomes more involved.

Suggested change
composer require --dev php-parallel-lint/php-console-highlighter
composer require --dev php-parallel-lint/php-console-highlighter:"0.*"

@grogy
Copy link
Member

grogy commented Apr 28, 2020

I will merge it, but @jrfnl has right :-) The change I will add. Thank you

@grogy grogy merged commit 4e2f254 into php-parallel-lint:master Apr 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

3 participants